AdCourseBookList 
Logical Entity Name  AdCourseBookList 
Default Table Name  AdCourseBookList 
Physical Only  NO 
Definition 
 
Note 
 

AdCourseBookList Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AdCourseBookListId(PK)    int  NO 
 
Code    varchar(8)  NO 
 
Descrip    varchar(50)  NO 
 
AdCourseID(FK)    int  NO 
 
AdDeliveryMethodID(FK)    int  YES 
 
DateEffective    datetime  YES 
 
DateObsolete    datetime  YES 
 
Active    bit  NO 
 
Default    bit  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AdCourseBookList Primary and Unique Keys 
Key Name  Key Type  Keys 
Pk_AdCourseBookListAdCourseBookListID  PrimaryKey  AdCourseBookListId 

AdCourseBookList Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdCourse  Non-Identifying  One To Zero or More  FK_AdCourseBookListAdCourseID_AdCourseAdCourseID      AdCourseID  NO  YES 
adDeliveryMethod  Non-Identifying  Zero or One to Zero or More  FK_AdCourseBookListAdDeliveryMethodID_AdDeliveryMethodAdDeliveryMethodID      AdDeliveryMethodID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AdCourseBookListUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AdClassSchedBookList  Non-Identifying  One To Zero or More  FK_AdClassSchedBookListAdCourseBookListID_AdCourseBookListAdCourseBookListID        NO  YES 
AdCourseBook  Non-Identifying  One To Zero or More  FK_AdCourseBookAdCourseBookListID_AdCourseBookListAdCourseBookListID        NO  YES 

AdCourseBookList Check Constraints 
Check Constraint Name  CheckConstraint